projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b0d3f8
)
Special case StreetPilot i3
author
robertl
<robertl>
Sun, 5 Apr 2009 21:15:08 +0000
(21:15 +0000)
committer
robertl
<robertl>
Sun, 5 Apr 2009 21:15:08 +0000
(21:15 +0000)
garmin.c
patch
|
blob
|
history
diff --git
a/garmin.c
b/garmin.c
index 87eb851d2107174618c37ef783e230d6943d126d..01b2eb7c44733c1d23bd6175a1eb5a586c589207 100644
(file)
--- a/
garmin.c
+++ b/
garmin.c
@@
-207,6
+207,11
@@
rw_init(const char *fname)
receiver_must_upper = 0;
receiver_short_length = 14;
break;
+ case 429: // Streetpilot i3
+ receiver_must_upper = 0;
+ receiver_charset = CET_CHARSET_MS_ANSI;
+ receiver_short_length = 30;
+ break;
case 260: /* GPSMap 296 */
default:
break;